home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Crossword / Source / LeapfrogWord.m < prev    next >
Text File  |  1995-06-12  |  367b  |  18 lines

  1. /*
  2.  
  3. File LeapfrogWord.m
  4.  
  5. These are the words used for leapfrog search.  When backjumping past a square, the square remembers its current value and tries that value first the next time through.
  6.  
  7. */
  8.  
  9. #import <appkit/appkit.h>
  10.  
  11. #import "Leapfrog.h"
  12.  
  13.  
  14. /* ————————————————————————————————————————————————————————————————————————————  */
  15.  
  16.  
  17. @implementation LeapfrogWord
  18. @end